home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 36 / PC Gamer IT CD 36 2-2.iso / utility / pmio12 / Pmio.ex_ / 0 / RCDATA / TMAINFORM1 / TMAINFORM1.txt
Text File  |  1998-10-17  |  574b  |  29 lines

  1. object MainForm1: TMainForm1
  2.   Left = -200
  3.   Top = 204
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsSingle
  8.   Caption = 'x'
  9.   ClientHeight = 65
  10.   ClientWidth = 108
  11.   Font.Charset = ANSI_CHARSET
  12.   Font.Color = clBlack
  13.   Font.Height = 21
  14.   Font.Name = 'Arial'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   Visible = True
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   PixelsPerInch = 96
  22.   TextHeight = 21
  23.   object FormIdle1: TFormIdle
  24.     OnIdle = FormIdle
  25.     Left = 12
  26.     Top = 12
  27.   end
  28. end
  29.